perm filename A56.TEX[106,PHY] blob sn#807764 filedate 1985-10-02 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	%parts of this to a84
C00005 ENDMK
CāŠ—;
%parts of this to a84
\magnification\magstephalf
\input macro.tex
\def\today{\ifcase\month\or
  January\or February\or March\or April\or May\or June\or
  July\or August\or September\or October\or November\or December\fi
  \space\number\day, \number\year}
\baselineskip 14pt
\rm
\line{\sevenrm a56.tex[106,phy] \today\hfill}

\bigskip
\line{\bf {\tt OUTPUT} and output.\hfill}

The results printed by your programs go into a file called {\tt OUTPUT}.  This is
only a temporary name for the file, used while your program is being
executed.  When the program is finished, the file is saved in your
directory, under another name.  Reasons for this system are:

\smallskip\disleft 25pt:
(1): You may want to execute the same program several times, and keep all
the output files; they need distinct names.

\smallskip\disleft 25pt:
(2): You may want to execute different programs, all of which call their
result files {\tt OUTPUT}, and keep all the output files; again, they need
distinct names.

\smallskip\disleft 25pt:
(3): The system for naming files varies from one computer to another.  The
Pascal standard can't accomodate all of them.  At Stanford LOTS, for example, 
an external file
name has two parts, separated by periods.

When you execute a Pascal program at LOTS, after translating the program
into machine language the executive program will ask 

\smallskip
\line{\tt OUTPUT:\hfill}

\smallskip\noindent
and wait for you to type the permanent name of your result file.  I
normally use the program name, followed by ``{\tt .OUT}''.






\bigskip
\parindent0pt
\copyright 1984 Robert W. Floyd

First draft March 28, 1984

\bye